curl --request GET \
--url https://api.getmaxim.ai/v1/log-repositories/logs/tags/unique-values \
--header 'x-maxim-api-key: <api-key>'{
"data": [
"<string>"
]
}Get unique values for a tag
curl --request GET \
--url https://api.getmaxim.ai/v1/log-repositories/logs/tags/unique-values \
--header 'x-maxim-api-key: <api-key>'{
"data": [
"<string>"
]
}API key for authentication
Unique identifier for the log repository
Type of entity to get unique tag values for
trace Key to get unique tag values for
Unique values retrieved successfully
Was this page helpful?